Ribbon for WinForms
MeasureText(String,Boolean,Int32,Int32,Int32[],Int32) メソッド

C1.Win.4.8 アセンブリ > C1.Util 名前空間 > RawFontSubSet クラス > MeasureText メソッド : MeasureText(String,Boolean,Int32,Int32,Int32[],Int32) メソッド
The text string.
Whether using a vertical font.
Output calculated width of the text.
Output calculated height of the text.
Output calculated widths for each character.
The default width of some character.
Measure text for this font subset.
シンタックス
'宣言
 
Public Overloads Function MeasureText( _
   ByVal text As String, _
   ByVal vertical As Boolean, _
   ByRef width As Integer, _
   ByRef height As Integer, _
   ByRef charWidths() As Integer, _
   Optional ByVal defaultWidth As Integer _
) As Integer
public int MeasureText( 
   string text,
   bool vertical,
   out int width,
   out int height,
   out int[] charWidths,
   int defaultWidth
)

パラメータ

text
The text string.
vertical
Whether using a vertical font.
width
Output calculated width of the text.
height
Output calculated height of the text.
charWidths
Output calculated widths for each character.
defaultWidth
The default width of some character.

戻り値の型

If calculated then return true, otherwise false.
参照

RawFontSubSet クラス
RawFontSubSet メンバ
オーバーロード一覧